CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - smo matlab

搜索资源列表

  1. svmsm

    1下载:
  2. SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.blog.edu.cn
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:黄波
  1. stprtool.rar

    6下载:
  2. 统计模式识别工具箱(Statistical Pattern Recognition Toolbox)包含: 1,Analysis of linear discriminant function 2,Feature extraction: Linear Discriminant Analysis 3,Probability distribution estimation and clustering 4,Support Vector and other Kernel Machines,
  3. 所属分类:matlab

    • 发布日期:2015-07-19
    • 文件大小:4271126
    • 提供者:查日东
  1. svmsmo.rar

    3下载:
  2. 支持向量机的smo算法matlab程序,很经典的算法,大家参考。,Support Vector Machines smo algorithm matlab program, it is the classic algorithm, your reference.
  3. 所属分类:matlab

    • 发布日期:2016-01-20
    • 文件大小:931
    • 提供者:leionado
  1. SVM-KM

    0下载:
  2. svm详细例子(包括分类,回归)等。需要的人,下载试试。多交流.我需要svm-smo的matlab源码。谁有?-SVM detailed examples (including classification, regression) and so on. Those who need it, download a try. More exchanges. Svm-smo I need the matlab source code. Who?
  3. 所属分类:Windows Develop

  1. LSSVM

    8下载:
  2. 可以利用最小二乘支持向量机进行训练和预测-LSSVM for modeling and predicting.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-30
    • 文件大小:1409
    • 提供者:wardustc
  1. SVM_SMO_gaoshsh

    2下载:
  2. 支持向量机(SVM)的SMO算法实现。包括matlab源代码文件、支持向量机的pdf文档,源代码word文档。-Support Vector Machine (SVM) algorithm of SMO. Including the matlab source code files, Support Vector Machines pdf documents, source code for word documents.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-11-05
    • 文件大小:787710
    • 提供者:Xiaojun Tang
  1. SMO

    1下载:
  2. 支持向量机 SMO算法(Sequential Minimal Optimization algorithm)的matlab实现(伪码)-svm SMO algorithm(Sequential Minimal Optimization algorithm)
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-20
    • 文件大小:787456
    • 提供者:李白
  1. SKMsmo

    1下载:
  2. 用来实现支持向量机的多核学习的SMO 算法-smo algorithm for multiple kernel learning
  3. 所属分类:matlab

    • 发布日期:2015-10-24
    • 文件大小:276480
    • 提供者:渐令
  1. SMOSVM

    2下载:
  2. 用于svc分类, 用SMO实现SVC,并在UCI数据集Iris上进行实验,2. 可借鉴现成SVM软件包,实现回归分析。 -For svc classification, using SMO to achieve SVC, and in the UCI Iris data set on the experiment, 2. SVM can learn ready-made packages, to achieve regression analysis.
  3. 所属分类:matlab例程

    • 发布日期:2013-11-05
    • 文件大小:2949
    • 提供者:陈德志
  1. svmmy

    0下载:
  2. 该程序是结合john 的smo伪码,和网上其他程序写的。 特别是john 的smo伪码没写出来的部分,有点搞不懂,那一部分的a1old和a2old好像有点混乱。程序大部分能运行出来,有时很久没出来。-MATLAB SMO
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4764
    • 提供者:
  1. libsvm-3.12

    0下载:
  2. matlab中的libsvm工具包,是smo支持向量机算法,可用于解决非线性的回归问题。区别于最小二乘支持向量机。-Matlab libsvm Kit is to smo support vector machine algorithm that can be used to solve nonlinear regression problems. Different from the least squares support vector machine.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:615736
    • 提供者:王欣
  1. SMOmodel

    1下载:
  2. 永磁同步电机速度传感器——基于SMO的无速度传感器MATLAB仿真-SMO without speed sensor-based MATLAB simulation
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:2714
    • 提供者:价方式可
  1. SMO

    1下载:
  2. SMO算法的Matlab实现,花了很大的力气才弄出来的!和大家分享!更多就在我的主页访问吧:http://huangbo929.blog.edu.cn-SMO algorithm Matlab, spent a lot of time and energy only get out! And to share with you! More on the home page I visit it : http://huangbo929.blog.edu.cn-http://huangbo929.b
  3. 所属分类:书籍源码

    • 发布日期:2017-04-23
    • 文件大小:1179
    • 提供者:likeyu
  1. svm(smo)

    0下载:
  2. svm code in matlab with smo method for optimization
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:519
    • 提供者:Najla
  1. SMO算法实现

    0下载:
  2. 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:83968
    • 提供者:yyarrow
  1. PMSM_SMO

    1下载:
  2. PMSM SMO现代永磁同步电机控制原理及MATLAB仿真(PMSM SMO Control Principle and MATLAB Simulation of Modern Permanent Magnet Synchronous Motor)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-29
    • 文件大小:33792
    • 提供者:iKirishimaTouka
  1. PMSM_SMO

    2下载:
  2. 现代永磁同步电机控制原理及MATLAB仿真的第五章的配套仿真PMSM_SMO(Modern permanent magnet synchronous motor control principle and MATLAB simulation of the fifth chapter of the supporting simulation PMSM_SMO)
  3. 所属分类:书籍源码

    • 发布日期:2020-12-29
    • 文件大小:81920
    • 提供者:ugiygiygiu
  1. PMSM_SMO_dq

    1下载:
  2. 基于dq坐标系的smo,IPMSM的MATLAB模型(smo MATLAB simulink smo qd)
  3. 所属分类:其他

    • 发布日期:2020-12-29
    • 文件大小:26624
    • 提供者:smoonf
  1. PMSM_SMO_atan

    1下载:
  2. 滑膜观测器matlab仿真实现滑膜观测器的基本功能(The basic function of the sliding film observer realized by MATLAB simulation)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-13
    • 文件大小:32768
    • 提供者:zhoud
  1. PMSM_SMO

    5下载:
  2. 基于滑膜观测器的永磁同步电机矢量控制matlab仿真模型(Matlab simulation model of PMSM Vector Control Based on sliding film observer)
  3. 所属分类:其他

    • 发布日期:2021-04-04
    • 文件大小:33792
    • 提供者:秋雨梧桐12
« 12 »
搜珍网 www.dssz.com